home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TFULLVIEW / TFULLVIEW.txt
Encoding:
Text File  |  2002-06-17  |  1.2 KB  |  57 lines

  1. object fullview: Tfullview
  2.   Left = 191
  3.   Top = 125
  4.   BorderStyle = bsNone
  5.   Caption = 'fullview'
  6.   ClientHeight = 513
  7.   ClientWidth = 775
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ImageEn1: TImageEn
  24.     Left = 0
  25.     Top = 0
  26.     Width = 775
  27.     Height = 513
  28.     Cursor = crArrow
  29.     Background = clBlack
  30.     ParentCtl3D = False
  31.     BorderStyle = bsNone
  32.     DoubleBuffer = False
  33.     Visible = False
  34.     TabOrder = 0
  35.     OnMouseDown = ImageEn1MouseDown
  36.     AutoUndo = False
  37.     PreviewFont.Charset = DEFAULT_CHARSET
  38.     PreviewFont.Color = clWindowText
  39.     PreviewFont.Height = -11
  40.     PreviewFont.Name = 'MS Sans Serif'
  41.     PreviewFont.Style = []
  42.     object Label1: TLabel
  43.       Left = 400
  44.       Top = 496
  45.       Width = 32
  46.       Height = 13
  47.       Caption = 'Label1'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clWhite
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.   end
  56. end
  57.